home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / winsock / slip11k.exe / SLIPNET.Z / WS_FTP.TXT < prev    next >
Text File  |  1995-01-01  |  10KB  |  228 lines

  1.   Windows Sockets FTP Client Application  -  WS_FTP  -  Version 95.01.01
  2.      Copyright (C) 1994-1995 by John A. Junod.  All rights reserved.
  3.  
  4.            (PLEASE REVIEW THE ENTIRE CONTENTS OF THIS FILE!!!!)
  5.  
  6.   THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
  7.   OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8.   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  9.   PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
  10.   WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
  11.   OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
  12.   ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  13.  
  14.   **********************************************************************
  15.   *  This program executable, help file and related text files may be  *
  16.   *  distributed freely and may be used without fee by any individual  *
  17.   *  for  non-commercial  use  and  by  any  United States Government  *
  18.   *  organization.                                                     *
  19.   *                                                                    *
  20.   *  Non-commercial use: free                                          *
  21.   *                                                                    *
  22.   *  U.S. Government use: free                                         *
  23.   *                                                                    *
  24.   *  Commercial use:  Contact Ipswitch, Inc. at <info@ipswitch.com>    *
  25.   *  or (617)-246-1150 for commercial use.                             *
  26.   *                                                                    *
  27.   *  Archive sites:  This program may be included on CD-ROMs or other  *
  28.   *  distribution methods freely,  provided  any  charge  for such is  *
  29.   *  for recovering the cost of distribution  and  reasonable  profit  *
  30.   *  and not for the purpose of "selling" the program.  In this  case  *
  31.   *  the  distribution  must  contain  the complete program including  *
  32.   *  this file.                                                        *
  33.   *                                                                    *
  34.   *  Authors: This program may be distributed with your book provided  *
  35.   *  you include  a  notice  indicating  that  commercial use of this  *
  36.   *  program must be coordinated with  Ipswitch, Inc.  or you include  *
  37.   *  the contents of this text box in print. In any case the distribu- *
  38.   *  tion must contain the complete program including this file. (The  *
  39.   *  WS_FTP.INI file may be modified provided the  WS_FTP  home entry  *
  40.   *  is included and not modified.)                                    *
  41.   *                                                                    *
  42.   *  Please contact <info@ipswitch.com> for information on commercial  *
  43.   *  use or commercial distribution of this product!                   *
  44.   **********************************************************************
  45.  
  46.  DESCRIPTION:
  47.  ============
  48.  
  49.    This application is a standard File Transfer Protocol (FTP) client 
  50.    application for Windows Sockets.  The user interface for this FTP 
  51.    client is designed with the novice FTP user in mind.  Usage should 
  52.    be obvious.  For more information on FTP please refer to the many
  53.    different NETNEWS groups or one of the recent books on the Internet.
  54.  
  55.    WS_FTP also provides for automatic downloads of files.  See HLP file
  56.    for information on "Auto Transfer of Files".
  57.  
  58.    WS_FTP32 is the 32 bit version of WS_FTP for Windows NT and  
  59.    Windows 3.x with Win32s.
  60.    
  61.      The benefit of running WS_FTP32 vs WS_FTP is unknown on the 
  62.      Windows 3.x platform (other than it is 32 bit code).  The 
  63.      benefit of running WS_FTP32 on Windows NT or Windows 95 is
  64.      that it is multi-threaded on these platforms.
  65.      
  66.      If you have problems with WS_FTP32 under Win32s, please try
  67.      using the 16 bit version of WS_FTP.
  68.  
  69.  
  70.  REQUIREMENTS:
  71.  =============
  72.  
  73.    WS_FTP requires you to have a properly installed WINSOCK.DLL 
  74.    and requires Windows 3.1 or later.
  75.    
  76.      If you don't have a WINSOCK.DLL, I'd suggest getting the 
  77.      free one from Microsoft or the shareware Trumpet Winsock 
  78.      from ftp.trumpet.com.au or buying a vendor supported one 
  79.      from Ipswitch, Inc. or from FTP Software, Inc.
  80.    
  81.    WS_FTP32 requires Windows NT, Windows 95 or Win32s 1.15 (or later)
  82.  
  83.      Windows NT and Windows 95 come with a WINSOCK.DLL. If you
  84.      use a different vendors stack on these platforms you will
  85.      need to replace the WSOCK32.DLL that comes with the OS.
  86.  
  87.    WS_FTP requires a 286 processor.
  88.    
  89.    WS_FTP32 requires a 386 processor.
  90.  
  91.  
  92.  INSTALLATION:
  93.  =============
  94.  
  95.    YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
  96.    TO WORK.  REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
  97.  
  98.    1. Create a directory for this program and copy WS_FTP.EXE, 
  99.       WS_FTP.INI, WS_FTP.EXT and WS_FTP.HLP to that directory.
  100.  
  101.    2. Create an ICON in any Program Manager group.
  102.       a. Use the File Manager and drag the program into a Program
  103.          Manager group.
  104.       b. Use [F]ile [N]ew in the Program Manager.
  105.  
  106.  
  107.  UPDATING FROM PREVIOUS VERSIONS:
  108.  ================================
  109.   
  110.    PLEASE KEEP YOUR OLD WS_FTP.INI FILE!!!!
  111.  
  112.    If you have problems with this version, edit your old INI file
  113.    and delete the [_config_] section and restart WS_FTP.
  114.  
  115.  
  116.  VALID COMMAND LINE OPTIONS:
  117.  ===========================
  118.  
  119.    -i inifile       (must be first in the line!)
  120.    -p profile_name  (cannot be used with gets or puts!)
  121.    -ask             (prompt for command line)
  122.    ftp://remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  123.    file://remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  124.    //remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  125.    remotehost:/pathname/filename [local:/pathname/filename] [-ascii]
  126.    local:/pathname/filename //remotehost/pathname/filename [-ascii]
  127.    local:/pathname/filename remotehost:/pathname/filename [-ascii]
  128.              
  129.       
  130.  THE LATEST VERSION:
  131.  ===================
  132.  
  133.    The latest version of this application should always be the file
  134.    /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
  135.    (or /pub/msdos/winsock.files/ws_ftp32.zip for the 32 bit version)
  136.    To access it, enter 129.29.64.246 as the host name and check the
  137.    "anonymous login" box in the WS_FTP connect dialog box.
  138.  
  139.    The latest version is usually uploaded winftp.cica.indiana.edu in
  140.    the /pub/pc/win3/winsock directory as ws_ftp.zip.
  141.  
  142.    Source code for the 93.12.05 version is in the file ws_ftp_s.zip
  143.    in the /pub/msdos/winsock.files directory on ftp.usma.edu.
  144.  
  145.  
  146.  BUG REPORTS, SUGGESTIONS, ETC...
  147.  ================================
  148.  
  149.    If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
  150.    remain blank or are displayed incorrectly).
  151.  
  152.    1. Try the different host types that are listed in the options dialog
  153.       box.  (the change takes affect immediately, you do not need to 
  154.       change directories, etc..)
  155.  
  156.    2. If you can't find one that displays the directory correctly, then:
  157.  
  158.       a.  click on the LogWnd button and save the message log to a file
  159.       b.  click on the remote side DirInfo button and save the contents
  160.           to a different file.
  161.       c.  mail both files to "junodj@css583.gordon.army.mil"
  162.                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  163.    Send all bug reports, suggestions, etc to "junodj@css583.gordon.army.mil"
  164.    or to "72321,366" on compuserve or to "jjunod" on america-on-line.
  165.   
  166.    If you like this program, let other people know about it!
  167.    Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
  168.    in the windows groups on usenet and places like compuserve.  Let
  169.    people know about it!
  170.  
  171.  
  172.  KNOWN PROBLEMS
  173.  ==============
  174.  
  175.    Many internet providers require you to use PASV mode in order
  176.      for WS_FTP to work properly.  If you always get "Dirlist
  177.      returned 0", try changing this setting under Advanced in the
  178.      Connect dialog or in Session Options.  This is NOT a true
  179.      problem in WS_FTP but is a requirement of your network
  180.      provider.
  181.      
  182.    Some versions of the Trumpet Winsock DLL require you to use
  183.      PASV mode.  See the above note.
  184.      
  185.    WS_FTP does not work properly under some versions of the SPRY
  186.      stack.  You need to contact SPRY to get an upgraded stack
  187.      that is Winsock compliant.
  188.  
  189.    WS_FTP32 does not work properly when using the 16 bit version
  190.      of Chameleon or Trumpet Winsock on Windows NT or Windows 95.
  191.      You need to replace the WSOCK32.DLL provided by Microsoft
  192.      with one from the network stack vendor.
  193.      
  194.  
  195.  RECENT CHANGES:
  196.  ===============
  197.  
  198.    95.01.01
  199.      added IBM R1000 host type (untested)
  200.      fixed filename problem when specifying both local and
  201.        remote filenames
  202.      fixed double click on close button problem
  203.      added support for strange UNIX dir listings that start
  204.        with 'D' or 'F'
  205.      fixed window redraw
  206.      resizeable windows
  207.  
  208.    94.12.20
  209.      added CDC Cyber host type (untested)
  210.      host type listboxes sorted and some name changes
  211.      fix for upper case D marking directorys for UNIX
  212.      fix for saving ports below 100
  213.      fix for IBM MVS and PDS elements (untested)
  214.      cleanup of some interface issues
  215.        
  216.    If you report a bug (to <junodj@css583.gordon.army.mil> or to
  217.    72321,366 on Compuserve) then PLEASE include the version number!!! 
  218.    (or at least the file date!)
  219.  
  220.  
  221. Author
  222. ======
  223.    John A. Junod          Internet: <junodj@css583.gordon.army.mil>
  224.    267 Hillwood Street              <zj8549@trotter.usma.edu>
  225.    Martinez, GA 30907   Compuserve: 72321,366       AOL: jjunod
  226.    (706)-780-2671
  227.  
  228.